Everything about Fahrner Image Replacement totally explained
Fahrner Image Replacement (abbreviated
FIR) is a Web design technique that uses
Cascading Style Sheets to replace text on a Web page with an image containing that text. It is intended to keep the page accessible to users of
screen readers, text-only
web browsers, or other browsers where support for images or style sheets is either disabled or nonexistent, while allowing the image to differ between styles. FIR is named for Todd Fahrner, one of the persons originally credited with the idea of image replacement.
Motivation
The typical method of inserting an image in an
HTML document is via the
<img> tag. This method has its drawbacks with regards to accessibility and flexibility, however:
- Browsers without support for images can't see the text. Adding alternative text using the
alt attribute disallows HTML markup and causes problems with some search robots.
- Using the
<img> tag to show text is presentational; many Web designers argue that presentational elements should be separated from HTML content by placing the former in a CSS style sheet.
- Images referenced using an
<img> tag can't be easily changed via CSS, causing problems with alternate stylesheets.
Fahrner Image Replacement was devised to rectify these issues.
Implementations
The original FIR implementation
described by
Douglas Bowman used a heading, inside of which was a
<span> element containing the text of the heading:
Through style sheets, the heading was then given a background containing the desired image, and the
<span> hidden by setting its
display CSS property to
none:
#firHeader
Further Information
Get more info on 'Fahrner Image Replacement'.
|
External Link Exchanges
Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:
<a href="http://fahrner_image_replacement.totallyexplained.com">Fahrner Image Replacement Totally Explained</a>
Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned. |